PrintDocument for WinForms
UserCellGroup コンストラクタ(Object[])


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroup クラス > UserCellGroup コンストラクタ : UserCellGroup コンストラクタ(Object[])

The list of rectangular areas or individual cell coordnates to include in the group, each item in the list may be either a System.Drawing.Rectangle or a System.Drawing.Point structure.

If the item is a System.Drawing.Rectangle, it identifies an area to include as follows: If the item is a System.Drawing.Point, it identifies a cell to include as follows:
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas or individual cell coordnates, in the group.
シンタックス
'宣言
 
Public Function New( _
   ByVal ParamArray areas() As System.Object _
)
'使用法
 
Dim areas() As System.Object
 
Dim instance As New UserCellGroup(areas)
public UserCellGroup( 
   params System.object[] areas
)

パラメータ

areas

The list of rectangular areas or individual cell coordnates to include in the group, each item in the list may be either a System.Drawing.Rectangle or a System.Drawing.Point structure.

If the item is a System.Drawing.Rectangle, it identifies an area to include as follows:
  • System.Drawing.Rectangle.X is the column index of the top left cell;
  • System.Drawing.Rectangle.Y is the row index of the top left cell;
  • System.Drawing.Rectangle.Width is the number of columns;
  • System.Drawing.Rectangle.X is the number of rows.
If the item is a System.Drawing.Point, it identifies a cell to include as follows:
  • System.Drawing.Point.X is the column index of the cell;
  • System.Drawing.Point.Y is the row index of the cell.
参照

UserCellGroup クラス
UserCellGroup メンバ
オーバーロード一覧